Problem Note 40265: An HTTP 404 error occurs when you log on to a SAS® Enterprise BI Server Web application after applying SAS 9.2 TS2M3 to a JBoss installation
You might receive an HTTP 404 error when you attempt to log on to a SAS Enterprise BI Server Web application after applying the third maintenance release of SAS® 9.2 (TS2M3) to a JBoss installation. This problem can be caused by a new Java virtual machine (JVM) option that has been added with an incorrect sequence number to the wrapper.conf file.
To resolve this issue, edit the wrapper.conf file in JBoss-home-directory/server/SASServer1/ so that all of the wrapper.java.additional.xx numbers are sequential.
The following example shows an incorrect numeric sequence:
# Java Additional Parameters
....wrapper.java.additional.32=-Dcom.sas.log.config.url=file:///C:/SAS/EBIserver/Lev1/Web/Common/LogConfig/
wrapper.java.additional.33=-Djgroups.bind_addr=10.11.14.34
wrapper.java.additional.33=-Dsas.jms.authentication.decorator=false
wrapper.java.additional.34=-Dwebreportstudio.file.cleanup.interval=60
wrapper.java.additional.35=-Xrs
The following example shows a correct numeric sequence:
# Java Additional Parameters
....wrapper.java.additional.32=-Dcom.sas.log.config.url=file:///C:/SAS/EBIserver/Lev1/Web/Common/LogConfig/
wrapper.java.additional.33=-Djgroups.bind_addr=10.11.14.34
wrapper.java.additional.34=-Dsas.jms.authentication.decorator=false
wrapper.java.additional.35=-Dwebreportstudio.file.cleanup.interval=60
wrapper.java.additional.36=-Xrs
Operating System and Release Information
SAS System | SAS Enterprise BI Server | Windows Vista for x64 | 4.3 | 9.3 | 9.2 TS2M3 | 9.3 TS1M0 |
Windows Vista | 4.3 | 9.3 | 9.2 TS2M3 | 9.3 TS1M0 |
Windows 7 Ultimate x64 | 4.3 | 9.3 | 9.2 TS2M3 | 9.3 TS1M0 |
Windows 7 Ultimate 32 bit | 4.3 | 9.3 | 9.2 TS2M3 | 9.3 TS1M0 |
Windows 7 Professional x64 | 4.3 | 9.3 | 9.2 TS2M3 | 9.3 TS1M0 |
Windows 7 Professional 32 bit | 4.3 | 9.3 | 9.2 TS2M3 | 9.3 TS1M0 |
Windows 7 Home Premium x64 | 4.3 | 9.3 | 9.2 TS2M3 | 9.3 TS1M0 |
Windows 7 Home Premium 32 bit | 4.3 | 9.3 | 9.2 TS2M3 | 9.3 TS1M0 |
Windows 7 Enterprise x64 | 4.3 | 9.3 | 9.2 TS2M3 | 9.3 TS1M0 |
Windows 7 Enterprise 32 bit | 4.3 | 9.3 | 9.2 TS2M3 | 9.3 TS1M0 |
Microsoft Windows XP Professional | 4.3 | 9.3 | 9.2 TS2M3 | 9.3 TS1M0 |
Microsoft Windows Server 2008 for x64 | 4.3 | 9.3 | 9.2 TS2M3 | 9.3 TS1M0 |
Microsoft Windows Server 2008 | 4.3 | 9.3 | 9.2 TS2M3 | 9.3 TS1M0 |
Microsoft Windows Server 2003 for x64 | 4.3 | 9.3 | 9.2 TS2M3 | 9.3 TS1M0 |
Microsoft Windows Server 2003 Standard Edition | 4.3 | 9.3 | 9.2 TS2M3 | 9.3 TS1M0 |
Microsoft Windows Server 2003 Enterprise Edition | 4.3 | 9.3 | 9.2 TS2M3 | 9.3 TS1M0 |
Microsoft Windows Server 2003 Datacenter Edition | 4.3 | 9.3 | 9.2 TS2M3 | 9.3 TS1M0 |
Microsoft® Windows® for x64 | 4.3 | 9.3 | 9.2 TS2M3 | 9.3 TS1M0 |
Microsoft Windows XP 64-bit Edition | 4.3 | 9.3 | 9.2 TS2M3 | 9.3 TS1M0 |
Microsoft Windows Server 2003 Enterprise 64-bit Edition | 4.3 | 9.3 | 9.2 TS2M3 | 9.3 TS1M0 |
Microsoft Windows Server 2003 Datacenter 64-bit Edition | 4.3 | 9.3 | 9.2 TS2M3 | 9.3 TS1M0 |
Microsoft® Windows® for 64-Bit Itanium-based Systems | 4.3 | 9.3 | 9.2 TS2M3 | 9.3 TS1M0 |
*
For software releases that are not yet generally available, the Fixed
Release is the software release in which the problem is planned to be
fixed.
Type: | Problem Note |
Priority: | medium |
Date Modified: | 2010-10-11 14:54:44 |
Date Created: | 2010-07-07 15:00:41 |